home *** CD-ROM | disk | FTP | other *** search
- on keyDownJob
- if the commandDown and ((the key = ".") or (the key = "q")) then
- sound stop 1
- sound stop 2
- go("end")
- else
- if the controlDown and ((the key = ".") or (the key = "q")) then
- sound stop 1
- sound stop 2
- go("end")
- end if
- end if
- end
-
- on keydownjobquit
- if the commandDown and ((the key = ".") or (the key = "q")) then
- sound stop 1
- sound stop 2
- go("quit")
- else
- if the controlDown and ((the key = ".") or (the key = "q")) then
- sound stop 1
- sound stop 2
- go("quit")
- end if
- end if
- end
-
- on quitjobjp
- global rwobj, sarumovemouse, olgsndl
- set the soundLevel to olgsndl
- when keyDown then nothing
- set the keyDownScript to EMPTY
- if the machineType <> 256 then
- if objectp(rwobj) then
- rwobj(mdispose)
- end if
- if objectp(sarumovemouse) then
- sarumovemouse(mdispose)
- end if
- closeXLib()
- end if
- quit()
- end
-